<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
  <!--
  INF250vc Chapter 2, Pacific Trails Resort
  Author: Manila Sopha
  Date: 9/5/2024
  -->
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="description" content="Discover luxury yurts at Pacific Trail Resort, perfect for your next adventure.">
  <title>Yurts at Pacific Trail Resort</title>
  <link rel="stylesheet" type="text/css" href="pacific.css">
</head>
<body>
  <header>
    <h1>Pacific Trail Resort</h1>
    <nav>
      <ul>
        <li><a href="index.html">Home</a></li>
        <li><a href="yurts.html">Yurts</a></li>
        <li><a href="activities.html">Activities</a></li>
        <li><a href="reservation.html">Reservation</a></li>
      </ul>
    </nav>
  </header>
  <main>
    <h2>Yurts at Pacific Trail Resort</h2>
    <section>
      <h3>What is a Yurt?</h3>
      <p>Our luxury yurts are permanent structures elevated four feet off the ground. Each yurt is fully enclosed with canvas walls, a wooden floor, and a roof dome that can be opened.</p>
    </section>
    <section>
      <h3>How are the yurts furnished?</h3>
      <p>Each yurt is furnished with a queen-sized bed, down quilt, and a gas-fired stove. Your luxury camping experience includes electricity and a sink with hot and cold running water. Shower and restroom facilities are located in the lodge.</p>
    </section>
    <section>
      <h3>What should I bring?</h3>
      <p>Most guests pack comfortable walking shoes and dress in layers for changing weather. It’s also helpful to bring a flashlight and a sense of adventure!</p>
    </section>
  </main>
  <footer>
    <div id="contact">
      <small>
        <i>Copyright &copy; 2024 <span class="resort">Pacific Trails Resort</span><br>
        <a href="mailto:Manilasopha87@hotmail.com"</a>
        </i>
      </small>
    </div>
  </footer>
</body>
</html>
